Add some tests for GtkWindow
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Apr 2013 17:34:18 +0000 (13:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 27 Apr 2013 17:41:17 +0000 (13:41 -0400)
commit1f17efb81c55f9b24cc002dd9a1d76a6e4613fe4
tree875d55087227dda56e9ce6d92a2cca912ec4ffdd
parentd35596fe92f840afe13949c7d5af21623a7aa44d
Add some tests for GtkWindow

These tests may have some assumptions on reasonable window manager
behaviour.  For now, we just test that the default size of the
window ends up as the allocated size of the content. This test
currently fails with client-side decorations, because we are
not properly discriminating between overall window size and
content size.
gtk/tests/Makefile.am
gtk/tests/window.c [new file with mode: 0644]